ComponentOne ASP.NET MVC Controls
HideGroupedColumns Method

C1.Web.Mvc.Fluent Namespace > FlexGridGroupPanelBuilder<T> Class : HideGroupedColumns Method
The value.
Configurates C1.Web.Mvc.FlexGridGroupPanel<T>.HideGroupedColumns. Sets a value indicating whether the panel hides grouped columns in the owner grid.
Syntax
'Declaration
 
Public Function HideGroupedColumns( _
   ByVal value As Boolean _
) As FlexGridGroupPanelBuilder(Of T)
public FlexGridGroupPanelBuilder<T> HideGroupedColumns( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The FlexGrid displays grouping information in row headers, so it is usually a good idea to hide grouped columns since they display redundant information.
See Also

Reference

FlexGridGroupPanelBuilder<T> Class
FlexGridGroupPanelBuilder<T> Members